/*reset css*/
.rg_kefu{
   width:82px;
   position:fixed;
   right: 1px;
   top:20%;
   z-index:999;
   -webkit-box-shadow: #aaa 0px 1px 6px;
   -moz-box-shadow: #aaa 0px 1px 6px;
   box-shadow: #aaa 0px 1px 6px;
}
.rg_kefu li{height:64px;width:100%;margin-top:1px;position:relative;}

.rg_kefu li a{color:#fff;display:block;text-align:center;padding-top:8px;font-size:14px;}
.rg_kefu li a i{font-size:2.2em}
.rg_kefu li a:hover{color:#fef200;}
.rg_kefu li a div.kftc{position:absolute;display:none;top:0;left:0;}
.rg_kefu li a .phone{background:#e60012;font-size:20px;line-height:64px;height:64px;width:160px;margin-left:-160px;}
.rg_kefu li a .pic{width:140px;height:140px;margin-left:-134px;margin-top:-9px;background: url(../images/code2.png) 0 0 no-repeat;z-index:9999}
.rg_kefu li a:hover div.kftc{display:block;color:#fff}

.rg_kefu li.i1{background:#b60005;margin-top:0px;}
.rg_kefu li.i2{background:#c8000b;}
.rg_kefu li.i3{background:#dc0010;}
.rg_kefu li.i4{background:#e60012;}
.rg_kefu li.i5{background:#e60012;}
.rg_kefu li.i6{background:#ff8845;}
.rg_kefu li.i7{background:#ff8845;}
.rg_kefu li.i8{background:#ff8845;}
.rg_kefu li:hover{background:#b60005;}


.rg_kefu .btn_top {
    background-image: url(../images/float_top.gif);
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    height: 39px;
    width: 82px;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
	margin-top:1px;
}
.rg_kefu .btn_top:hover {
	background-image: url(../images/float_top.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}